home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / iPowerBase / ListView.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-04-09  |  3.7 KB  |  286 lines

  1. /* iPowerBase2::ListView CSS Sheet */
  2. #MainContainer
  3. {
  4.     float:left;
  5.     margin:0 0 0 0;
  6.     width:710px !important;
  7. }
  8.  
  9. #DataContainer
  10. {
  11.     float:left;
  12.     display:block;
  13.     background:#fff;
  14. }
  15.  
  16. #DataFields
  17. {
  18.     float:left;
  19.     display:block;
  20.     height:24px;
  21.     border-bottom:1px solid #666;
  22.     border-left:1px solid #cdcdcd;
  23.     background:url("/img/iPowerBase3/datafield_bg.jpg") #fff repeat-x bottom;
  24. }
  25.  
  26. .DataAddress
  27. {
  28.     float:left;
  29.     clear:left;
  30.     display:inline-block;
  31.     
  32.     border-bottom:1px solid #666;
  33.     border-right:1px solid #aaa;
  34.     
  35.     width:50px;
  36.     height:24px;
  37.     line-height:24px;
  38.     font-family:"Courier New", "Lucida Grande", sans-serif;
  39.     text-align:center;
  40.     
  41.     background:url("/img/iPowerBase3/address_bg.jpg") #fff repeat-x bottom;
  42. }
  43.  
  44. a.DAddress:link, a.DAddress:visited
  45. {
  46.     float:left;
  47.     clear:left;
  48.     display:inline-block;
  49.     
  50.     border-bottom:1px solid #999;
  51.     border-right:1px solid #aaa;
  52.     
  53.     cursor:hand;
  54.     width:50px;
  55.     height:24px;
  56.     line-height:24px;
  57.     color:#000;
  58.     font-family:"Courier New", "Lucida Grande", sans-serif;
  59.     text-align:center;
  60.     text-decoration:none;
  61.     background:#ddd;
  62. }
  63.  
  64. a.DAddress:hover
  65. {
  66.     background:#37d;
  67.     color:#fff;
  68. }
  69. /* List Items below */
  70.  
  71. .ListItem
  72. {
  73.     float:left;
  74.     display:block;
  75.     width:700px;
  76.     margin:0 0 5px 5px;
  77.     
  78.     border:2px solid #417CF1;
  79.     background:#fff;
  80.     text-decoration:none;
  81.     
  82.     color:#555;
  83. }
  84.  
  85. a.ListItem:link, a.ListItem:visited
  86. {
  87.     display:block;
  88.     float:left;
  89.     width:700px;
  90.     height:30px;
  91.     margin:10px 0 10px 0;
  92.     
  93.     border:1px solid #ddd;
  94.     background:#fff;
  95.     text-decoration:none;
  96.     
  97.     color:#555;
  98. }
  99.  
  100. a.ListItem:hover
  101. {
  102.     background:#f0f9ff;
  103.     
  104.     border-top:1px solid #ccc;
  105.     border-left:1px solid #ccc;
  106.     border-bottom:1px solid #333;
  107.     border-right:1px solid #333;
  108.     
  109.     color:#000;
  110. }
  111.  
  112. a.ListItem:active
  113. {
  114.     background:#a0a9af;
  115.     
  116.     border-top:1px solid #333;
  117.     border-left:1px solid #333;
  118.     border-bottom:1px solid #ccc;
  119.     border-right:1px solid #ccc;
  120. }
  121.  
  122. .cell
  123. {
  124.     float:left;
  125.     display:block;
  126.     width:345px;
  127.     height:30px;
  128.     
  129.     border-right:1px solid #ccc;
  130.     border-bottom:1px solid #ccc;
  131.     
  132.     margin:2px 1px 0 1px;
  133.     
  134.     height:30px;
  135.     line-height:30px;
  136.     
  137.     text-align:center;
  138. }
  139.  
  140. .StatusText
  141. {
  142.     float:left;
  143.     clear:left;
  144.     line-height:15px;
  145.     
  146.     width:700px;
  147.     height:15px;
  148.     color:#666;
  149.     
  150.     margin-left:5px;
  151.     
  152.     text-align:left;
  153. }
  154.  
  155. /* iPowerBase DataFields Specifications */
  156. .Currency
  157. {
  158.     float:right;
  159.     margin-right:10px;
  160.     font-family:Courier New, sans-serif;
  161.     font-size:13px;
  162.     font-weight:bold;
  163.     color:#a00;
  164. }
  165.  
  166. .DateTime
  167. {
  168.     color:#36c;
  169. }
  170.  
  171. .Numeric
  172. {
  173.     color:#373;
  174. }
  175.  
  176. .Label
  177. {
  178.     float:left;
  179.     display:block;
  180.     color:#666;
  181.     line-height:30px;
  182.     height:30px;
  183.     
  184.     margin:0 10px 0 10px;
  185. }
  186.  
  187. .DataAddressLabel
  188. {
  189.     float:left;
  190.     clear:both;
  191.     width:120px;
  192.     height:20px;
  193.     line-height:20px;
  194.     margin-left:15px;
  195.     text-align:center;
  196.     
  197.     font-family:Courier New, sans-serif;
  198.     
  199.     background:url(/img/iPowerBase3/ListView_Tab.jpg) no-repeat #69f;
  200.     color:#fff;
  201.     
  202.     margin-top:10px;
  203. }
  204.  
  205. .SearchLabel
  206. {
  207.     background:url(/img/iPowerBase3/ListView_Tab_2.jpg) no-repeat #F1D347 !important;
  208.     color:#000 !important;
  209. }
  210.  
  211. .SearchItem
  212. {
  213.     border:2px solid #F1D347 !important;
  214. }
  215.  
  216. select
  217. {
  218.     float:left;
  219.     height:20px;
  220.     
  221.     margin:5px 0 0 5px;
  222. }
  223. .ItemSelect
  224. {
  225.     width:180px;
  226. }
  227. .ControlButton
  228. {
  229.     float:right;
  230.     width:120px;
  231.     height:25px;
  232.     margin:2px 5px 0 0;
  233.     
  234.     font-family:Tahoma, Arial, sans-serif;
  235.     font-weight:bold;
  236.     
  237.     color:#555;
  238.     line-height:20px;
  239. }
  240.  
  241. .SearchBox
  242. {
  243.     float:right;
  244.     width:200px;
  245.     height:20px;
  246.     
  247.     margin:2px 5px 0 0;
  248.     line-height:20px;
  249.     
  250.     text-align:center;
  251. }
  252.  
  253. .SortRadio
  254. {
  255.     float:left;
  256.     width:15px;
  257.     height:15px;
  258.     
  259.     margin:8px 2px 0 0;
  260. }
  261.  
  262. .PagingContainer
  263. {
  264.     float:left;
  265.     width:715px;
  266.     height:20px;
  267.     margin:0 0 0 0;
  268.     background:#ddd;
  269.     border-bottom:1px solid #777;
  270.     
  271.     line-height:20px;
  272.     
  273.     text-align:center;
  274.     background:url(/img/iPowerBase3/Pager_bg.jpg) repeat-x;
  275. }
  276.  
  277. a.PageLink:link, a.PageLink:visited
  278. {
  279.     color:#800;
  280. }
  281.  
  282. a.PageLink:hover
  283. {
  284.     color:#f00;
  285. }
  286.